crypto/x509.nameConstraintsSet.search (method)

one use

	crypto/x509 (current package)
		constraints.go#L99: func (nc *nameConstraintsSet[T, V]) search(s V, cmp func(T, V) int, match func(T, V) bool) (lowerBound T, exactMatch bool) {